home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT08.Dxr / 00095.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  200 b   |  14 lines

  1. on exitFrame
  2.   global nugim
  3.   sound stop 2
  4.   if nugim = 2 then
  5.     go(the frame + 2)
  6.   end if
  7.   if nugim = 1 then
  8.     go(the frame + 4)
  9.   end if
  10.   if nugim = 0 then
  11.     go(the frame + 6)
  12.   end if
  13. end
  14.